home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / batch / uninstl.lha / Deleter < prev    next >
Text File  |  1992-09-02  |  440b  |  18 lines

  1. Echo "Choose the log file for the disinstallation"
  2. Wait 2
  3. Requestfile >Ram:Env/Erase
  4. Alias NEW: "DELETE >NIL: ALL FORCE"
  5. Execute $Erase
  6. Echo ""
  7. Echo "Choose the directory in which the *"old*" files S:Startup-sequence and"
  8. Echo "S:User-startup are contained."
  9. Wait 2
  10. Requestfile DRAWERSONLY >Ram:Env/Erase
  11. Cd `getenv Erase`
  12. Copy Startup-sequence S:
  13. If Exists User-startup
  14.   Copy User-startup S:
  15. EndIf
  16. Delete >NIL: RAM:Env/Erase
  17. Echo "OK!!!"
  18.